home *** CD-ROM | disk | FTP | other *** search
/ 1000 Apple LAN Literacy / 1000 Apple LAN Literacy.iso / Apple LAN Literacy / Literacy Segments Part 3 / Literacy Segments Part 3 / background_5961.txt < prev    next >
Text File  |  1989-08-22  |  5KB  |  227 lines

  1. -- background: 5961 from stack: in
  2. -- bmap block id: 6291
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 2.2.4 Content
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=18 top=1 right=38 bottom=442
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 156
  16. -- text size: 24
  17. -- style flags: 10240
  18. -- line height: 32
  19. -- part name: Title
  20.  
  21.  
  22. -- part 26 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=20 top=79 right=248 bottom=123
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Graphic
  34.  
  35.  
  36. -- part 5 (button)
  37. -- low flags: 00
  38. -- high flags: 0000
  39. -- rect: left=443 top=5 right=72 bottom=512
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: Instant Reference
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   instantReference "2.2.4"
  51. end mouseUp
  52.  
  53.  
  54. -- part 6 (button)
  55. -- low flags: 00
  56. -- high flags: 2000
  57. -- rect: left=482 top=176 right=205 bottom=511
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 162 / 162
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Help
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   Help
  69. end mouseUp
  70.  
  71.  
  72.  
  73. -- part 7 (button)
  74. -- low flags: 00
  75. -- high flags: 2000
  76. -- rect: left=480 top=143 right=172 bottom=511
  77. -- title width / last selected line: 0
  78. -- icon id / first selected line: 1310 / 1310
  79. -- text alignment: 1
  80. -- font id: 0
  81. -- text size: 12
  82. -- style flags: 0
  83. -- line height: 16
  84. -- part name: Student Services
  85. ----- HyperTalk script -----
  86. on mousedown
  87.   SSpopUp
  88. end mousedown
  89.  
  90. on mouseup
  91.   if the mouseloc is not within the rect of me then exit to hyperCard
  92.   doSS
  93. end mouseup
  94.  
  95.  
  96.  
  97. -- part 8 (button)
  98. -- low flags: 00
  99. -- high flags: 0000
  100. -- rect: left=482 top=294 right=320 bottom=509
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 1235 / 1235
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Last Menu
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.  
  112. end mouseUp
  113.  
  114.  
  115. -- part 9 (button)
  116. -- low flags: 00
  117. -- high flags: 2000
  118. -- rect: left=493 top=319 right=341 bottom=512
  119. -- title width / last selected line: 0
  120. -- icon id / first selected line: 1237 / 1237
  121. -- text alignment: 1
  122. -- font id: 0
  123. -- text size: 12
  124. -- style flags: 0
  125. -- line height: 16
  126. -- part name: Next
  127. ----- HyperTalk script -----
  128. on mouseUp
  129.   lock screen
  130.   go next
  131.   unlock screen with scroll left
  132. end mouseUp
  133.  
  134.  
  135. -- part 10 (button)
  136. -- low flags: 00
  137. -- high flags: 2000
  138. -- rect: left=478 top=319 right=341 bottom=498
  139. -- title width / last selected line: 0
  140. -- icon id / first selected line: 1238 / 1238
  141. -- text alignment: 1
  142. -- font id: 0
  143. -- text size: 12
  144. -- style flags: 0
  145. -- line height: 16
  146. -- part name: Prev
  147. ----- HyperTalk script -----
  148. on mouseUp
  149.   lock screen
  150.   go prev
  151.   unlock screen with scroll right
  152. end mouseUp
  153.  
  154.  
  155. -- part 11 (field)
  156. -- low flags: 01
  157. -- high flags: 0000
  158. -- rect: left=16 top=38 right=67 bottom=438
  159. -- title width / last selected line: 0
  160. -- icon id / first selected line: 0 / 0
  161. -- text alignment: 0
  162. -- font id: 156
  163. -- text size: 20
  164. -- style flags: 0
  165. -- line height: 26
  166. -- part name: Subtitle
  167.  
  168.  
  169. -- part 24 (field)
  170. -- low flags: 01
  171. -- high flags: 0000
  172. -- rect: left=139 top=77 right=288 bottom=449
  173. -- title width / last selected line: 0
  174. -- icon id / first selected line: 0 / 0
  175. -- text alignment: 0
  176. -- font id: 156
  177. -- text size: 16
  178. -- style flags: 0
  179. -- line height: 17
  180. -- part name: Text
  181.  
  182.  
  183. -- part 25 (field)
  184. -- low flags: 01
  185. -- high flags: 0000
  186. -- rect: left=17 top=251 right=290 bottom=123
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 0
  190. -- font id: 156
  191. -- text size: 16
  192. -- style flags: 0
  193. -- line height: 17
  194. -- part name: Caption
  195.  
  196.  
  197. -- part 21 (field)
  198. -- low flags: 81
  199. -- high flags: 0001
  200. -- rect: left=423 top=0 right=13 bottom=466
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 0 / 0
  203. -- text alignment: 65535
  204. -- font id: 4
  205. -- text size: 9
  206. -- style flags: 0
  207. -- line height: 12
  208. -- part name: CardTitle
  209.  
  210.  
  211. -- part 29 (button)
  212. -- low flags: 00
  213. -- high flags: 2000
  214. -- rect: left=482 top=208 right=234 bottom=509
  215. -- title width / last selected line: 0
  216. -- icon id / first selected line: 1234 / 1234
  217. -- text alignment: 1
  218. -- font id: 0
  219. -- text size: 12
  220. -- style flags: 0
  221. -- line height: 16
  222. -- part name: Lesson
  223. ----- HyperTalk script -----
  224. on mouseUp
  225.   lesson "2.2.4"
  226. end mouseUp
  227.